home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / tbs141.zip / TBSPOOL.DOC < prev    next >
Text File  |  1991-03-21  |  7KB  |  226 lines

  1.  
  2.  
  3.  
  4.                                 TBSPOOL version 1.41
  5.  
  6.                              Print spooler for DESQview
  7.  
  8.                                 by: Timothy M. Buist
  9.  
  10.  
  11.  
  12.                         Copyright, 1991 by Timothy M. Buist
  13.  
  14.                                 2723 Colton Drive
  15.  
  16.                            Grand Rapids, Michigan 49506
  17.  
  18.  
  19.           --------------------------------------------------------------
  20.  
  21.  
  22.  
  23.  
  24. TBSPOOL version 1.41 is Shareware. If you use this program more than
  25. thirty days, please register it by sending $8.00 to:
  26.  
  27.                 Tim Buist
  28.                 2723 Colton Drive
  29.                 Grand Rapids, Michigan 49506-4930
  30.  
  31.       I use TBSPOOL nearly every day, I hope you find it useful also.
  32. The Shareware distribution method permits anyone to try out a fully
  33. functional program and see if it is worth buying. TBSPOOL is not
  34. crippled in any manner. I feel that it is worth the $8.00 registration.
  35. If you cannot afford $8.00, send what you can afford. Please support
  36. Shareware and the authors of Shareware. TBSPOOL and its supporting
  37. programs are copyrighted, but you are hereby granted permission to make
  38. copies and distribute them under the Shareware concept. If you do
  39. distribute the program, please include all of the files contained within
  40. the TBSPOOL archive. If you are a commercial vendor and would like to
  41. incorporate TBSPOOL into your own program, please contact me for details
  42. on licensing. TBSPOOL is made up of 3 programs. The main program is
  43. called SPOOL.EXE. The support files are TBSPOOL.EXE (the program that
  44. actually prints the files), and DVPRIN.TMB (actually a program
  45. information file used to spawn TBSPOOL). You should have all of these
  46. files contained in the TBSPOOL archive along with this documentation
  47. file. TBSPOOL requires DESQview 2.00 or newer.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.                                 DESCRIPTION:
  56.  
  57.  
  58.       TBSPOOL is a print spooling program for DESQview. It will print up
  59. to 20 files with one command. It is unusual in that instead of actually
  60. using disk space or RAM, it reads the files directly from disk and sends
  61. the characters to the printer. It seems redundant to make a copy of
  62. information that is already in printable form. It also makes the spooler
  63. take less time to print a file (since it reads and writes the
  64. information only one time). SPOOL.EXE will spawn the actual program that
  65. prints the file. The spawned program will run in its own window. The
  66. SPOOL.EXE program requires 24K of memory to spawn the TBSPOOL.EXE
  67. window. If there is not enough memory, it will halt with an error
  68. message.
  69.  
  70.  
  71.                                USING TBSPOOL:
  72.  
  73.  
  74.       SPOOL.EXE requires at least one parameter, a file to print. It
  75. will accept wildcards (e.g. 'SPOOL T*.TXT', 'SPOOL D?.DOC LIST', etc.) and
  76. print a maximum of 20 files. If you specify '*.*' and the are more than
  77. 20 files in the directory, SPOOL will send the first 20 filenames to
  78. TBSPOOL and then print an error message.
  79.  
  80.  
  81.       There are four parameters that SPOOL accepts. Note: some
  82. parameters require a filename to be specified:
  83.  
  84.  
  85. SPOOL /q
  86.  
  87.           - Will stop ('quit') printing all files. Note: if you have a print
  88.             buffer installed or the printer you are using has a built in
  89.             buffer, this may take a few seconds (while the printer prints
  90.             the characters remaining in the buffer).
  91.  
  92. SPOOL /v
  93.  
  94.           - Will display ('view') the files currently queued. You may specify
  95.             this parameter on the same line as the files that you would
  96.             like to print (e.g. 'SPOOL temp.doc /v').
  97.  
  98. SPOOL /c filename
  99.  
  100.           - Will 'cancel' a file in the queue (e.g. 'SPOOL /c done.txt' will
  101.             not print the file 'done.txt' if it was in the queue). It will not
  102.             cancel a file that is currently printing though.
  103.  
  104. SPOOL /r filename
  105.  
  106.           - Will add ('rush') a file to the print queue and make it the next
  107.             file to print. This comes in handy if you have queued a lot of
  108.             files and then remember a file you wanted printed first.
  109.  
  110.  
  111. Typing spool by itself will display a list of parameters that SPOOL accepts.
  112.  
  113. WARNING: Do not rename TBSPOOL.EXE or DVPRIN.TMB. These names are hardcoded
  114. and cannot be altered. If you run into difficulty because of this, please contact
  115. me.
  116.  
  117.  
  118.         SPOOL will only spawn one copy of TBSPOOL. If you invoke SPOOL
  119. while TBSPOOL is running, the new files will be added to the files
  120. already in the queue (up to the maximum of 20 files). It is recommended
  121. that SPOOL.EXE, TBSPOOL.EXE and DVPRIN.TMB be placed in a directory
  122. currently in your path (i.e. 'C:\UTIL'). SPOOL searches the path for its
  123. support files. This will enable you to invoke SPOOL from any directory.
  124.  
  125.         SPOOL currently only supports LPT1.
  126.  
  127.         I am receptive to suggestions that will enhance SPOOL. I have
  128. tried to reduce its memory requirements to a minimum, so that it will be
  129. useful to a wide variety of users. If there is a feature you would like
  130. to see in SPOOL, please contact me. I also would be interested in
  131. different ways that you use SPOOL. I have tried to eliminate any bugs
  132. from SPOOL. If you think you may have discovered a bug please contact me
  133. at the address listed on page one of this documentation. While I have
  134. tested this program thoroughly, I make no warranties on its performance.
  135. I believe it to work without error, but I do stake my life on it.
  136. DESQview is a trademark of Quarterdeck Office Systems. If you own an
  137. 80386 computer, I recommend DESQview very highly. I am not connected
  138. with QOS, I just believe in good programs.
  139.  
  140.       Thank you for trying out TBSPOOL.
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. __  Registration for TBSPOOL 1.41 .......................$8.00
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. Name:_____________________________________________________________________
  204.  
  205. Address:__________________________________________________________________
  206.  
  207. City:__________________________ State:________________ Zip:_______________
  208.  
  209.  
  210.  
  211.     
  212.  
  213. Comments, Suggestions:____________________________________________________
  214.  
  215. __________________________________________________________________________
  216.  
  217. __________________________________________________________________________
  218.  
  219.  
  220.  
  221. Send to:
  222.  
  223.             Tim Buist
  224.             2723 Colton Drive
  225.             Grand Rapids, Michigan 49506-4930 
  226.